[PATCH] lua: remove luajit pushlstring workaround
authorVictor Julien <vjulien@oisf.net>
Fri, 31 Oct 2025 08:38:55 +0000 (09:38 +0100)
committerAndreas Dolp <dev@andreas-dolp.de>
Thu, 23 Apr 2026 05:14:21 +0000 (07:14 +0200)
commitc37e2cc7178bb0846f22d7c6db95171ea2e7aeb0
tree5512c88759ea676ed419dedf9af5175ca6bd2e3f
parentc151f4eb9570f3cf8ac5b3cace9ebfbc78191102
[PATCH] lua: remove luajit pushlstring workaround

81ee6f5aadeb ("lua: push correct length back through ScFlowvarGet, work around valgrind warning")
added a workaround for valgrind warnings in pushing a string buffer
into the lua state. This is no longer needed as tested with both
address sanitizer and valgrind.

(cherry picked from commit 52fd61dffdfa50c9a2d4ec24865a54da0b8f0a2a)

Origin: upstream, https://github.com/OISF/suricata/commit/a7ff4c9ba53009680c7cd128b16c28d0aeda9886.patch
Bug: https://redmine.openinfosecfoundation.org/issues/8065
Subject: Upstream fix for CVE-2025-64344

Gbp-Pq: Name CVE-2025-64344.patch
src/util-lua.c